PMBool bDoubleSided;
false for off (single-sided pages)
true for Double-Sided
PMBool bFacingPages;
false for offExample. Change page options using the PPageOptions command.
true for Facing Pages
PGetPageOptions pageOpts;
if (pageOpts.bDoubleSided == false) {
pageOpts.bDoubleSided = true;
PPageOptions newOptions(pageOpts);
}
Comments or suggestions? Contact Adobe Developer Support